home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / dbms_mag / 9108 / shaw6.aug < prev    next >
Text File  |  1991-06-24  |  193b  |  10 lines

  1. LISTING 6
  2.  
  3. void PXTable::_GotoRec(DWORD rec)
  4.     {
  5.     if(PXRecGoto(TblHdl,(long)rec))     // if an error
  6.         PXRecGoto(TblHdl,(long)CurRec);
  7.     else
  8.         CurRec = rec;
  9.     }
  10.